github.com/klauspost/compress/huff0.Scratch.buildCTable (method)

3 uses

	github.com/klauspost/compress/huff0 (current package)
		compress.go#L105: 	err = s.buildCTable()
		compress.go#L207: 	err = s.buildCTable()
		compress.go#L457: func (s *Scratch) buildCTable() error {